Reduce the number of versioned files storing the short copyright string
authorGlenn Morris <rgm@gnu.org>
Mon, 17 Sep 2012 00:56:08 +0000 (17:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 17 Sep 2012 00:56:08 +0000 (17:56 -0700)
commit7cba49975d944b78b90d9af4be9a7abf213fef75
tree8d6d1f263a4213b2bc1cbc9540103e67022e35df
parenta2ce7626b84833723f0981da0dcad3b920af6e1c
Reduce the number of versioned files storing the short copyright string

* configure.ac (copyright): New output variable.
(COPYRIGHT): New AC_DEFINE.

* admin/admin.el (set-copyright): No more need to set copyrights for
nextstep, or .c files.  Add configure.ac and config.nt.

* lib-src/ebrowse.c (version):
* lib-src/etags.c (print_version): Use COPYRIGHT.

* nextstep/templates/Info-gnustep.plist.in:
* nextstep/templates/InfoPlist.strings.in:
* nextstep/templates/Info.plist.in: Let configure set copyright.

* nt/config.nt (COPYRIGHT): New.

* src/emacs.c: Use COPYRIGHT.
15 files changed:
ChangeLog
admin/ChangeLog
admin/admin.el
configure.ac
lib-src/ChangeLog
lib-src/ebrowse.c
lib-src/etags.c
nextstep/ChangeLog
nextstep/templates/Info-gnustep.plist.in
nextstep/templates/Info.plist.in
nextstep/templates/InfoPlist.strings.in
nt/ChangeLog
nt/config.nt
src/ChangeLog
src/emacs.c